Miner.Geodatabase.Integration Namespace > GeoLine Class > BinarySearch Method : BinarySearch(Int32,Int32,GeoPoint,IComparer<GeoPoint>) Method |
'Declaration
<__DynamicallyInvokableAttribute()> Public Overloads Function BinarySearch( _ ByVal index As System.Integer, _ ByVal count As System.Integer, _ ByVal item As GeoPoint, _ ByVal comparer As System.Collections.Generic.IComparer(Of GeoPoint) _ ) As System.Integer
'Usage
Dim instance As GeoLine Dim index As System.Integer Dim count As System.Integer Dim item As GeoPoint Dim comparer As System.Collections.Generic.IComparer(Of GeoPoint) Dim value As System.Integer value = instance.BinarySearch(index, count, item, comparer)
[__DynamicallyInvokable()] public System.int BinarySearch( System.int index, System.int count, GeoPoint item, System.Collections.Generic.IComparer<GeoPoint> comparer )
public function BinarySearch( index: System.Integer; count: System.Integer; item: GeoPoint; comparer: System.Collections.Generic.IComparer ): System.Integer;
__DynamicallyInvokableAttribute() public function BinarySearch( index : System.int, count : System.int, item : GeoPoint, comparer : System.Collections.Generic.IComparer ) : System.int;
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2